API Documentation
AtmosphereProgramTracker.h
1 // AtmosphereProgramTracker.h
3 //
5 
6 namespace nkAstraeus
7 {
13  class AtmosphereProgramTracker final : public ProgramTracker<AtmosphereEffectInfo, AtmosphereProgramIdGenerator, AtmosphereProgramNameGenerator>, public nkCommon::SingletonClass<AtmosphereProgramTracker>
14  {
15  // Not exported in the Dll
16  } ;
17 }
nkAstraeus::AtmosphereProgramTracker
For internal usage, should not be called.
Definition: AtmosphereProgramTracker.h:14
nkAstraeus
Encompasses all API of component NilkinsAstraeus.
Definition: Engine.h:7
nkAstraeus::ProgramTracker
Template class used internally to track programs within materials and effects.
Definition: ProgramTracker.h:24